SetIdleFrequency
Mac OSThe
SetIdleFrequency
method sets the idle frequency for the specified part or frame.
void SetIdleFrequency (in ODPart part, in ODFrame frame, in ODIdleFrequency frequency);
part
- A reference to a part that is to receive null events.
frame
- A reference to a frame that is to receive null events, or
kODNULL
if the part as a whole is to receive idle time.frequency
- The idle frequency, expressed in ticks (60ths of a second).
DISCUSSION
Your part calls this method to adjust the idle frequency after a frame is registered to receive idle time.SEE ALSO
TheODIdleFrequency
type (page 892).
TheODDispatcher::RegisterIdle
method (page 121).
TheODDispatcher::UnregisterIdle
method (page 125).
Main | Page One | What's New | Apple Computer, Inc. | Find It | Contact Us | Help